isIncludedInExport

abstract fun isIncludedInExport(block: DesignBlock): Boolean

Query if the given block is included on the exported result.

Return

true, if the block is included on the exported result, false otherwise.

Parameters

block

the block to query if it's included on the exported result.